SftTree/OCX 7.0

SftTree.AutoCancelDragging Event

Softel vdm, Inc.

Dragging has been canceled (automatic DragMethod only).

Syntax       

VB.NET

Private Sub object_AutoCancelDragging(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.AutoCancelDragging

VB

Private Sub object_AutoCancelDragging()

C#.NET

void object_AutoCancelDragging(object sender, EventArgumentType e);

VC++

void OnAutoCancelDraggingobject();

C

HRESULT OnAutoCancelDraggingobject();

Delphi

procedure objectAutoCancelDragging(Sender: TObject);

object

A SftTree object.

Comments

The AutoCancelDragging event occurs when dragging has been canceled (automatic DragMethod only).

This event is only available if the DragMethod property is set to dragSftTreeAuto and is suitable for drag & drop within one tree control only.  If drag & drop between controls is desired, the container (i.e. Visual Basic, Visual C++, etc.) must implement the necessary drag & drop support (see DragMethod) or OLE drag & drop should be used instead.

This event signals that the drag & drop operation has been aborted.  The user can abandon a drag & drop operation by pressing the ESCAPE key.

If the mouse pointer (MousePointer property) was modified during the AutoDragging event, the application must restore the original mouse pointer.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com